furny
Class Furny

java.lang.Object
  extended by furny.Furny

public final class Furny
extends java.lang.Object

Starter class for the Furny application.

Since:
12.08.2012
Author:
Stephan Dreyer

Field Summary
private static org.slf4j.Logger LOGGER
           
 
Constructor Summary
private Furny()
          Instantiation is not necessary.
 
Method Summary
static void main(java.lang.String[] args)
          The main method that starts all programs.
private static void showHelp()
          Shows the help on the console.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOGGER

private static final org.slf4j.Logger LOGGER
Constructor Detail

Furny

private Furny()
Instantiation is not necessary.

Since:
12.08.2012
Method Detail

main

public static void main(java.lang.String[] args)
The main method that starts all programs.

Parameters:
args - Many arguments are possible. See output of the showHelp() method or start the class with the argument -h.
Since:
12.08.2012

showHelp

private static void showHelp()
Shows the help on the console.

Since:
12.08.2012